runtime.moduledata.gofunc (field)
4 uses
runtime (current package)
stack.go#L1292: if datap.gofunc <= ptr && ptr < datap.end {
stkframe.go#L272: if datap.gofunc <= ptr && ptr < datap.end {
symtab.go#L416: gofunc uintptr // go.func.*
symtab.go#L1233: base := f.datap.gofunc // load gofunc address early so that we calculate during cache misses
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)